home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TA / (A)TAK.ADF / Arp_v1.04 / MANUAL.ARC / Assign < prev    next >
Text File  |  1987-11-19  |  970b  |  67 lines

  1.  
  2.  
  3.  
  4.      Assign(31.0)      ARP Programmers Manual      Assign(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       Assign -- Assigns a logical device name
  10.  
  11.      SYNOPSIS
  12.       Result = Assign("name","physical")
  13.         D0            A0          A1
  14.  
  15.      FUNCTION
  16.       Assign "name"    to "physical device".  This function correctly
  17.       handles multiple calls with the same arguments, it is    not
  18.       necessary to check for previous assigns, or cancel them
  19.       before calling Assign() with a new assignment.
  20.  
  21.      INPUTS
  22.            "name"     -- Name to give to physical device.
  23.  
  24.            "physical" -- Name of file or device to assign
  25.                  "name".  If name is ZERO, remove existing
  26.                  assignment.
  27.  
  28.      RESULT
  29.       If return is ASSIGN_OK, then a DeviceInfo entry has been
  30.       created for requested    name, and "name" may be    used as    a
  31.       synonym for "physical".  Otherwise, return is    an error as
  32.       documented in    arpbase.[hi]
  33.  
  34.      BUGS
  35.       None known.
  36.  
  37.      AUTHOR
  38.       CDH
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/19/87)
  64.  
  65.  
  66.  
  67.